/*
Theme Name: 28Trip
Theme URI: https://www.imahui.com/
Description: 采用Bootstrap3.3.5前端框架，自适应响应式网站，兼容手机、平板、电脑访问。获得技术支持：<a href="https://www.imahui.com/" target="_blank">iMahui</a>。
Author: iMahui
Author URI: https://www.imahui.com/
Version: 1.0
Tags: Bootstrap,HTML5,CSS3,响应式
Time: 2015.12.1
*/
/* 小屏幕（手机，小于等于 767px） */
@media (max-width: 767px) {
	
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: @screen-sm-min) {
	
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: @screen-md-min) {
	
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: @screen-lg-min) {
	
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
/*--start--*/
.border {
	border:1px solid #cecece;
}
.chat-btn {
	width:100%;
	height:100%;
	color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
	margin-top:5px;
}
.chat-btn:hover {
	color: #fff;
	background-color: #969696;
    border-color: #939393;
	text-decoration:none;
}
.col-mt {
	margin:2px auto;
	white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.star-color {
	color:#f3b01b;
}
.wrt-date {
	color:#969696;
}
.price-color {
	color:#e56b1e;
}
.top {
    background: url('img/top_bg.gif') repeat-x;
}
.top-nav {
    color: #666666;
	line-height:28px;
}
.top-menu {
	float:right;
	margin:0;
}
.top-menu li {
	float:left;
	margin:0 5px;
	padding:0 5px;
	list-style:none;
}
.header-menu {
	height:48px;
	border:solid 1px #cecece;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e56b1e), to(#f3b01b));
}
.header-menu ul {
	margin:0;
}
.header-menu li {
	float:left;
	font-size:16px;
	list-style:none;
}
.header-menu li a {
	color:#fff;
	line-height:48px;
	padding:5px 10px;
}
.header-menu li a:hover {
	color:#111;
	text-decoration:none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#cecece));
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.tbanner {
	padding-top:5px;
}
/** 移动端 **/
.header-mobile {
	position: fixed;
	left:0;
	right:0;
	z-index: 999;
	height:40px;
	line-height:40px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3b01b), to(#e56b1e));
}
.mobile-logo {
	margin:0;
	font-size:125%;
	color:#ffffff;
}
#mobile-menu {
	float:right;
	width:40px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:24px;
	color:#333333;
	margin:5px;
	background:#cecece;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#mobile-menu:hover {
	background:#ffffff;
	color:#000000;
}
.header-bank {
	width:100%;
	height:60px;
}
/*主体*/
#main {
	width:100%;
	height:auto;
	margin-top:15px;
}
.thumbnail {
	margin-bottom:0!important;
	padding:0 4px!important;
	border: 0!important;
}
.social-box {
	padding:5px 10px;
	border:1px #cecece solid;
}
.social-box h3 {
	padding-bottom:15px;
	border-bottom:1px #cecece solid;
}
.social-ico {
	font-size:36px;
	padding-bottom:20px;
}
.social-ico a {
	float:left;
	padding:4px 8px;
	margin:5px;
	border:1px #cecece solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sc-contact {
	font-size:16px;
}
.taxlist {
	overflow:hidden;
	border-bottom:1px solid #cccccc;
	margin-bottom:15px;
	padding-bottom:15px;
}
.taxlist ul  {height:30px;overflow:hidden;-webkit-padding-start: 0!important;-webkit-margin-after: 0!important;}
.ticket-list ul {
    -webkit-padding-start: 20px!important;
}
.taxlist li {
	float:left;
	list-style:none;
	margin:5px 2px;
}
.taxlist li strong {
	padding:5px 10px;
	background:#e56b1e;
	color:#eeeeee;
	text-align:center;
}
.taxlist li a {
	padding:5px;
	background:#969696;
	color:#eeeeee;
}
.ticket-list {
	overflow:hidden;
	padding-bottom:15px;
}
.ticket-list li {
	list-style:none;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid #5bc0de;
}
.ticket-list h2 {
    font-size: 100%!important;
    -webkit-margin-before: 0!important;
    -webkit-margin-after: 0!important;
}
/*--content-sidebar--*/
#content, #sidebar {
	margin-top:10px;
}
.tab-content {
	border-left:1px #cecece solid;
	border-right:1px #cecece solid;
	border-bottom:1px #cecece solid;
	overflow:hidden;
}
.tab-content ul {
	width:100%;
	height:auto;
	padding-bottom:10px;
	text-indent:0!important;
	margin-left:0!important;
	padding-left:0!important;
	overflow:hidden;
}
.tab-content li {
	height:24px;
	line-height:24px;
	border-bottom:1px #cecece dashed;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tk-area {
	margin-top:15px;
}
.tab-title {
	border-bottom:1px solid #e56b1e;
}
.tab-title h3 {
	width:100px;
	height:30px;
	color:#fff;
	line-height:30px;
	text-align:center;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3b01b), to(#e56b1e));
	border-radius: 4px 4px 0 0;
	-webkit-margin-before: 0!important;
    -webkit-margin-after: 0!important;
}
.tab-area-tag {
	width:100%;
	height:auto;
	padding-bottom:15px;
	border:1px solid #e56b1e;
	overflow:hidden;
}
.tab-area-tag h4 {
	-webkit-margin-before: 1.5em!important;
    -webkit-margin-after: 0.5em!important;
}
.tab-area-tag a {
	float:left;
	padding:0 10px;
	margin:5px 0;
	/*border-right:1px #cecece solid;*/
}
.tab-area-tag .list-h {border-left:1px #cecece solid;}
.widget-box {
	width:100%;
	border:1px solid #cecece;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom:10px;
}
.widget-side_fy {
	width:100%;
	border:1px solid #cecece;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:10px;
}
.widget-box h3 {
	padding-bottom:15px;
	border-bottom:1px #cecece solid;
}
.widget-box ul {
	width:100%;
	height:auto;
	padding-bottom:10px;
	text-indent:0!important;
	margin-left:0!important;
	padding-left:0!important;
	overflow:hidden;
}
.widget_archive li {
	float:left;
	width:49.888%;
	margin:5px auto;
	text-align:center;
	border:1px #cecece solid!important;
}
.widget_archive li:hover {
	background:#cecece;
}
.widget-box li {
	height:30px;
	line-height:30px;
	list-style:none;
	border-bottom:1px #cecece dashed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stitle {float:left;width:74%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sprice {float:right;width:24%;color:#f00;text-align:right;}
.hp {float:right;color:#f00;padding-right:5px;}
.searchform {
	padding: 15px 10px;
}
.searchform  .screen-reader-text {
	padding-right:5px;
	margin-right:10px;
}
.searchform  #s {
	width:180px;
	padding-right:10px;
	margin-right:10px;
}
.content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px 20px;
}
.content h1 {
	font-size:1.2em!important;
	margin: 0.2em 0 0.5em 0!important;
	text-align:center;
}
.content h4 {
	border-left:4px solid #999;
	text-indent:10px;
}
.content blockquote {
	background:#fee3b3;
	padding:10px 20px;
	border-radius: 4px 4px 0 0;
	text-shadow: #ccc 1px 1px 1px;
	-webkit-margin-start: 20px!important;
    -webkit-margin-end: 20px!important;
}
.content .chat-info {
	text-align:center;
}
.recommend {
	margin:10px auto;
	border-top:1px solid #cecece;
	padding:10px 20px;
	overflow:hidden;
}
.recommend span {
	float:right;
	color:#e56b1e;
}
.recommend ul li {
	margin:5px auto;
	white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    float: left;
    display: inline;
    padding: 6px 4px;
    color: #f3b01b;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    padding: 6px 8px;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.on-chat {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
	padding:5px 10px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.on-chat:hover {
	color:#fff;
	background:#e56b1e;
	border-color: #c24d03;
	text-decoration:none;
}
#search {margin-top:20px;margin-bottom:10px;}
#footerbanner {text-align:center;margin-bottom:10px;}
.flink {
	width:100%;
	height:auto;
	border:1px #cecece solid;
	margin-top:10px;
}
.flink  h4 {
	text-indent:10px;
	padding-bottom:5px;
	-webkit-margin-before: 0.5em!important;
    -webkit-margin-after: 0.5em!important;
	border-bottom:1px #ccc solid;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#cecece));
}
.flink ul {
	width:100%;
	height:auto;
	text-indent:0!important;
	margin-left:0!important;
	padding-left:0!important;
	overflow:hidden;
}
.flink ul  li {
	float:left;
	list-style:none;
	margin:5px 8px;
}
#footer {
	width:100%;
	height:auto;
	overflow:hidden;
}
.copyright p {text-align:center;}
.tongji {display:none;}
/*序号*/
.li-icon {
	background: #ccc;
	font-size: 12px;
	color: #fff;
	line-height: 180%;
	margin: 0 5px 0 0;
	padding: 0 5px;
	border-radius: 2px;
}
.li-icon-1, .li-icon-2, .li-icon-3 {
	background: #e50000;
}
.bx-wrapper .bx-next {right:18px!important;}
/*国家、航空、城市列表*/
ul.post_tags li {
	display:block;
	width:23%;
	list-style:none;
	background:none;
	float:left;
}
.taxslist {overflow:hidden;}
.taxslist li {
	float: left;
	list-style: none;
	margin: 10px 2px;
}
.taxslist li a {
	padding: 5px;
	background: #969696;
	color: #eeeeee;
}
.taxslist li a:hover {
	padding: 5px;
	background: #337ab7;
	text-decoration:none;
}
.allcity li {
	float: left;
	list-style: none;
	margin: 8px 5px;
}
.allcity a {
	padding: 5px 6px;
	margin:5px 0;
	background: #efefef;
	border: 1px solid #969696;
	font-weight:600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.allcity a:hover {
	background: #aa6708;
	border: 1px solid #8a6d3b;
	color:#fff!important;
	text-decoration:none;
}
/*浮动框*/
#back-to-top {
	/*display:none;*/
	right:10px;
	top:200px;
	z-index:30;
	position:fixed
}
#back-to-top .fa {
	font-size:48px;
}
.top-btn, .chat, .qq, .side-comment, .down-btn {
	width:64px;
	height:64px;
	background-color:#f3b01b;
	display:block;
	border:1px #e56b1e solid;
	cursor:pointer;
}
.icon-top {
	width:24px;
	height:24px;
	padding:8px;
	display:block
}
.top-btn:hover, .chat:hover, .qq:hover, .side-comment:hover, .down-btn:hover {
	background-color:#e56b1e;
}
.top-btn:hover i:before, .chat:hover i:before, .qq:hover i:before, .side-comment:hover i:before, .down-btn:hover i:before {
	color:#fff;
}
.icon-top {
	color:#fff;
}
/*工具栏CSS*/
.bank60 {
	display:block;
	width:100%;
	height:60px;
}
#bottomad {
display:block;
	position:fixed;
	bottom:0;
	right:0;
	width:100%;
	height:60px;
	background:#e56b1e;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height:45px;
	font-size:18px;
	color:#000000;
	z-index:999;
}
/*IE6 fixed bug*/
	* html{overflow:hidden;}
	* html body{overflow:auto;}
	* html #bottomad {position:absolute;}
	.bottoml {width:100%;height:60px;}
	.bottoml span {float:left;width:25%;height:60px;overflow:hidden;text-align:center;border-left: solid 1px #ea6d1d;border-right: solid 1px #d16019;}
	.bottoml span .pic {width:100%;height:40px;line-height:40px;font-size:36px;color:#ffffff;}
	.bottoml span .text {width:100%;height:20px;line-height:20px;font-size:12px;color:#ffffff;
}